home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / mbd10-32 / msgbox32.txt < prev   
Encoding:
Text File  |  1995-11-27  |  3.6 KB  |  75 lines

  1. Message Box Designer/32 1.0
  2. by Patrick McNeill
  3.  
  4. Message Box Designer/32 1.0 is the 32-bit version of Message Box Designer/16.
  5. Both are Visual Basic 4.0 Add-In products which automate the creation of
  6. MsgBox sub/function code.  They both support all capabilities of MsgBox,
  7. including the new Help Context.  I made Message Box Designer originally for
  8. my own use because I could never remember any of the special numbers to make
  9. the different buttons and icons.  However, I decided to upload it because it
  10. was so helpful to me.
  11.  
  12. Unlike Message Box Designer/16, Message Box Designer/32 is shareware.I am
  13. only asking $5 for this program, so please register and support my work.
  14. To register, send $5 to me at:
  15.  
  16.       Patrick McNeill
  17.       1647 York Mills Lane
  18.       Reston, VA 22094
  19.  
  20. History of Message Box Designer
  21.   Version  WinBits  Features
  22.   1.0      16       Simple interface, no icon pictures, no help file support.
  23.   1.1      16       Added help file support.
  24.   1.2      16       Added the icons, help file, distributed.
  25.   1.3      16       Added nifty splash screen.
  26.   1.4      16       Added context sensitive help.
  27.   1.5      16       Now uses constants instead of numbers in code.
  28.   1.0      32       Rewritten for Windows 95 and Windows NT 3.51.
  29.  
  30. Message Box Designer/32's companion product, Input Box Designer/32, should also
  31. have been distributed with this product.
  32.  
  33. You can always get the current version of Message Box Designer, Input Box
  34. Designer, or any of my other products at my web page:
  35.  
  36.     http://www.tjhsst.edu/people/pmcneill/
  37.  
  38. -Patrick McNeill
  39.  pmcneill@thor.tjhsst.edu
  40.  
  41. ------------------------------------------------------------------------------
  42. If you have used Message Box Designer in the past, you do not need to read on.
  43. ------------------------------------------------------------------------------
  44.  
  45. *** Installation/Usage Instructions ***
  46.  
  47. To install Message Box Designer/32, you simply need to put it in what ever
  48. directory it will reside in.  Next, you need to run the EXE file, MSGBOX32.EXE.
  49. This will put the Message Box Designer/32 add-in on the Visual Basic 4.0 add-in
  50. list.  Now you simply need to go to the Add-In manager and enable it.
  51.  
  52. Using Message Box Designer/32 is supposed to be very simple.  To start it up,
  53. click the Message Box Designer/32 menu-item under the Add-Ins menu.  Now you
  54. will be presented with a dialog.  Each section has it's own special function:
  55.  
  56. Text (text box) - What the Message Box will say.
  57. Title (text box) - What the title of the Message Box will be.
  58. Buttons (group) - What number/type of buttons you want.
  59. Icon (group) - The icon you want to be on your Message Box.
  60. Default Button (group) - The default button on the message box.
  61. Type (group) - Specifies a function or sub Message Box.
  62.           * A function Message Box returns a value corresponding to the button
  63.             clicked.
  64. Help File (check) - Specifies if you want a help file.
  65.           * Note : You must have a context number if you have a help file.
  66. Help Context (text) - The help context number you want for the help file.
  67. System Modal (check) - Specifies if you want it to be system modal.
  68. Test It (button) - Displays the Message Box using the current parameters.
  69. Make It (button) - Copies code for the Message Box to the clipboard.
  70.  
  71. Just fill in or change any of the above fields for your Message Box.  One
  72. problem that I have not been able to solve is with the location of the help
  73. file.  I would reccomend that you have it in the same directory as your program.
  74. However, you still may need to change the path statement in the MsgBox code.
  75.